home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / datav31.zip / VIEWCOMP.BAT < prev   
DOS Batch File  |  1992-09-03  |  518b  |  15 lines

  1. @ECHO OFF
  2. REM This is a sample VIEWCOMP.BAT for use with WildCat! 3.x and DataView.
  3. REM
  4. REM 1st parameter = *full path* and filename to DATAVIEW.CFG
  5. REM 2nd parameter = archive, this should be %1 when called from WC!
  6. REM
  7. REM Make sure you edit this to match your directories.
  8. REM
  9. REM NOTE: Make sure that this file does not have any CD (change
  10. REM       directory) commands in it.  DataView *must* run from the
  11. REM       directory that WildCat! executes it from.
  12. REM
  13. REM
  14. DATAVIEW C:\WC30\DATAVIEW.CFG %1
  15.